home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 17 / 2 / DISK1721.ZIP / ORDER.BAT < prev    next >
DOS Batch File  |  1989-09-09  |  978b  |  17 lines

  1. echo off
  2. cls
  3. echo ╔═════════════════════════════════════════════════════════════════════╗
  4. echo ║                                                                     ║
  5. echo ║    This batch file will print the ORDERFRM file.  A form you can    ║
  6. echo ║    use  to  register  QUICK  CHECK BOOK.  It can also be used to    ║
  7. echo ║    have your name placed on our mailing list so you will be         ║
  8. echo ║    notified of new releases and products.                           ║
  9. echo ║                                                                     ║
  10. echo ║    Make sure your printer is ready and the top of form is set.      ║
  11. echo ║                                                                     ║
  12. echo ║    Ready to print the form .  .  .                                  ║
  13. echo ║                                                                     ║
  14. echo ╚═════════════════════════════════════════════════════════════════════╝
  15. pause
  16. copy orderfrm prn
  17.